home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / scribble / scribble.doc.z / scribble.doc
Text File  |  2002-04-08  |  417b  |  32 lines

  1.  
  2. /*
  3. $Id$
  4. */
  5. /*!   \page scribble-example.html
  6.  
  7.   \ingroup examples
  8.   \title Simple Painting Application
  9.  
  10.   This example implements the famous scribble example. You can draw around
  11.   in the canvas with different pens and save the result as picture.
  12.  
  13.   <hr>
  14.  
  15.   Header file:
  16.  
  17.   \include scribble/scribble.h
  18.  
  19.   <hr>
  20.  
  21.   Implementation:
  22.  
  23.   \include scribble/scribble.cpp
  24.  
  25.   <hr>
  26.  
  27.   Main:
  28.  
  29.   \include scribble/main.cpp
  30. */    
  31.  
  32.